home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 November
/
Macworld (1999-11).dmg
/
Shareware World
/
Comms & Internet
/
DXF to VRML97 1.0.1
/
src
/
DropUNIX Lib
/
Main.h
next >
Wrap
Text File
|
1998-08-14
|
497b
|
24 lines
#if !defined(__DROPUNIX_MAIN__)
#define __DROPUNIX_MAIN__
/*
** Prototypes:
*/
int Main(int argc, char ** argv);
/*
** #Defines:
*/
/*
** Notice that this #define is INTENTIONAL and is used
** to convert unix sources as cleanly as possible...
** Just #include this file at the top of the source file
** containing main(), and add the library and the resource
** file to the project. Voila! You have a macintosh drag &
** drop app!
*/
#define main Main
#endif /* __DROPUNIX_MAIN__ */